Skip to content

feat: backport NiFi-15567 to NiFi 2.6.0 and 2.7.2#1429

Merged
dervoeti merged 3 commits intomainfrom
feat/backport-NiFi-15567-to-2.6.0-and-2.7.2
Feb 19, 2026
Merged

feat: backport NiFi-15567 to NiFi 2.6.0 and 2.7.2#1429
dervoeti merged 3 commits intomainfrom
feat/backport-NiFi-15567-to-2.6.0-and-2.7.2

Conversation

@dervoeti
Copy link
Copy Markdown
Member

Description

Fixes stackabletech/nifi-operator#899

Smoke tests passed:

--- PASS: kuttl (156.28s)
    --- PASS: kuttl/harness (0.00s)
        --- PASS: kuttl/harness/smoke_v2_nifi-v2-2.6.0,oci.stackable.tech_sdp_nifi_2.6.0-stackable0.0.0-dev-amd64_use-zookeeper-manager-true_zookeeper-3.9.4_openshift-false_listener-class-cluster-internal (156.26s)
--- PASS: kuttl (138.42s)
    --- PASS: kuttl/harness (0.00s)
        --- PASS: kuttl/harness/smoke_v2_nifi-v2-2.7.2,oci.stackable.tech_sdp_nifi_2.7.2-stackable0.0.0-dev-amd64_use-zookeeper-manager-true_zookeeper-3.9.4_openshift-false_listener-class-cluster-internal (138.40s)

Definition of Done Checklist

Note

Not all of these items are applicable to all PRs, the author should update this template to only leave the boxes in that are relevant.

Please make sure all these things are done and tick the boxes

  • Changes are OpenShift compatible
  • All added packages (via microdnf or otherwise) have a comment on why they are added
  • Things not downloaded from Red Hat repositories should be mirrored in the Stackable repository and downloaded from there
  • All packages should have (if available) signatures/hashes verified
  • Add an entry to the CHANGELOG.md file
  • Integration tests ran successfully
TIP: Running integration tests with a new product image

The image can be built and uploaded to the kind cluster with the following commands:

boil build <IMAGE> --image-version <RELEASE_VERSION> --strip-architecture --load
kind load docker-image <MANIFEST_URI> --name=<name-of-your-test-cluster>

See the output of boil to retrieve the image manifest URI for <MANIFEST_URI>.

@adwk67 adwk67 self-requested a review February 18, 2026 13:49
adwk67
adwk67 previously approved these changes Feb 19, 2026
Copy link
Copy Markdown
Member

@adwk67 adwk67 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I encountered another error when testing this - that nifi-azure-nar-2.7.2-stackable0.0.0-dev.nar is not loaded properly - but I don't think this is related to this PR. I'll open a separate issue for that.

@dervoeti dervoeti added this pull request to the merge queue Feb 19, 2026
Merged via the queue into main with commit 6133732 Feb 19, 2026
3 checks passed
@dervoeti dervoeti deleted the feat/backport-NiFi-15567-to-2.6.0-and-2.7.2 branch February 19, 2026 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provide a fix for security issue in NIFI-15567

2 participants